Name | Description | |
---|---|---|
![]() | m_sCmdLineFileName | The Command Line File name with which the application was started. |
The following tables list the members exposed by NOfficeApplicationHost<TOfficeApplication>.
Name | Description | |
---|---|---|
![]() | m_sCmdLineFileName | The Command Line File name with which the application was started. |
Name | Description | |
---|---|---|
![]() | CmdLineFileName | Gets the Command Line File name with which the application was started. |
![]() | FunctionalityMode | Gets the functionality mode. By default ENFunctionalityMode.Full. |
![]() | IsAnotherInstanceRunning | Checks whether another instance of this application is already running. |
![]() | IsSandboxed | Gets whether this is a sandboxed environment (e.g. Blazor). |
![]() | IsStoreApp | Gets whether the application is runnting in the store. |
![]() | LicensingMode | Gets the licensing mode that should be used by the office application. |
![]() | ServerBaseUri | Gets the base URI of the application server. |
![]() | UserMode | Gets the user mode. By default ENUserMode.Application. |
![]() | UseServerResources | Gets whether the application should use resources served by the server. |
![]() | UsesNativeSplashScreen | Gets whether the application uses a native splash screen (e.g. Blazor). |
Name | Description | |
---|---|---|
![]() | CanSendCrashReport | Determines whether the application can send crash reports. |
![]() | CreateMainWindowStateWorkspaceItem | Creates the main window state workspace item |
![]() | GetMainWindowAsync | Gets the main window of the application |
![]() | InitHost | Inits a server-based office application. |
![]() | OnAfterInitUIAsync | Called after the main widget is initialized |
![]() | OnBeforeInitUIAsync | Called before the main widget is initialized |
![]() | SendCrashReport | Tries to send a crash report from the specified user |
![]() | ShowErrorDialog | Shows an error dialog for the specified exception |
![]() | ShowHelp | Shows the help of the application. |
![]() | Start | Starts the application. |
Name | Description | |
---|---|---|
![]() | CreateDefaultLaunchSettings | Creates the default launch settings for the application. |
![]() | ExitMessagePump | Exits the message pump of the application. |
![]() | InitServerFromQueryParameters | Initializes the server with the given query parameters. |
![]() | InstallNOV | Installs NOV components appropriate for the respective product and host. |
![]() | OnStartedAsync | Called after the application was started. |
![]() | OnStartingAsync | Called before the application is started. |
![]() | StartMessagePump | Ensures there is a message pump to do messages. |